home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19971216-19980424 / 000256_news@newsmaster….columbia.edu _Sat Feb 21 11:49:20 1998.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id LAA26963
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Sat, 21 Feb 1998 11:49:20 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id LAA12182
  7.     for kermit.misc@watsun; Sat, 21 Feb 1998 11:49:19 -0500 (EST)
  8. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: auto optimize?
  12. Date: 21 Feb 1998 16:49:16 GMT
  13. Organization: Columbia University
  14. Lines: 55
  15. Distribution: usa
  16. Message-ID: <6cn0ic$g85$1@apakabar.cc.columbia.edu>
  17. References: <6cmrfn$g4n$1@news.iastate.edu>
  18. NNTP-Posting-Host: watsun.cc.columbia.edu
  19. Xref: news.columbia.edu comp.protocols.kermit.misc:8448
  20.  
  21. In article <6cmrfn$g4n$1@news.iastate.edu>,
  22. Paul E Clark <pclark@iastate.edu> wrote:
  23. : ISU has installed kermit 6.0
  24. :
  25. On what platform?
  26.  
  27. : i am now having trouble downloading files.
  28. :
  29. What software are you using to download the files?  On what kind of
  30. connection?
  31.  
  32. : before they began using this version i had packet lengths set to 1500
  33. : and they worked fine.  now with automatic packet-length optimization it
  34. : seems to spend all of its time trying to "optimize" and very little of
  35. : its time downloading.  it switches packet lengths settings every few
  36. : seconds and does not seem to download while doing these switches. the
  37. : people i have asked about this suggested to set packet length lower and
  38. : set window to 3 and block to 3.  and to just start experimenting with
  39. : these settings.  no matter WHAT i set packet length to, i still have the
  40. : same problem.  it endlessly switches and hardly downloads. i have tried
  41. : enough combinations of settings that i am convinced this will not help.
  42. I think something else must be wrong.  What version of Kermit were you
  43. using before 6.0?  What settings did you use in this version?  Can you
  44. still use this version on the same host and connection without any
  45. problems?
  46.  
  47. Any problems you are having with 6.0 can be diagnosed and fixed.  Just
  48. send a report with the details of the computers, OS's and versions, and
  49. Kermit programs and versions on each end, and of the connection itself,
  50. and your settings on each end to:
  51.  
  52.   kermit-support@columbia.edu
  53.  
  54. and we'll take care of it.
  55.  
  56. Automatic packet length adjustments are done for two reasons:
  57.  
  58.  1. To find the best length in the first place.  You can use the
  59.     command "set transfer slow-start off" to tell C-Kermit not to
  60.     do this;
  61.  
  62.  2. To reduce the packet length after a transmission error has been
  63.     detected or a timeout has occurred, in order to reduce the
  64.     chances that this will happen again with the next packet.  After
  65.     this, once some packets have been exchanged with no errors, the
  66.     length grows back.
  67.  
  68. There is no way to defeat (2) because there is no reason to.  If the
  69. packet lengths are changing a lot, this a symptom of a more serious
  70. problem that, when fixed, will also fix the symptom.
  71.  
  72. See "Using C-Kermit", 2nd Edition, 254-256 for a more thorough explanation.
  73.  
  74. - Frank